home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Binary / iparserhooks.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-19  |  2.3 KB  |  85 lines

  1.  
  2. /*
  3.  * (a)  (C) 1990 by Adobe Systems Incorporated. All rights reserved.
  4.  *
  5.  * (b)  If this Sample Code is distributed as part of the Display PostScript
  6.  *    System Software Development Kit from Adobe Systems Incorporated,
  7.  *    then this copy is designated as Development Software and its use is
  8.  *    subject to the terms of the License Agreement attached to such Kit.
  9.  *
  10.  * (c)  If this Sample Code is distributed independently, then the following
  11.  *    terms apply:
  12.  *
  13.  * (d)  This file may be freely copied and redistributed as long as:
  14.  *    1) Parts (a), (d), (e) and (f) continue to be included in the file,
  15.  *    2) If the file has been modified in any way, a notice of such
  16.  *      modification is conspicuously indicated.
  17.  *
  18.  * (e)  PostScript, Display PostScript, and Adobe are registered trademarks of
  19.  *    Adobe Systems Incorporated.
  20.  * 
  21.  * (f) THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO
  22.  *    CHANGE WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED
  23.  *    AS A COMMITMENT BY ADOBE SYSTEMS INCORPORATED.
  24.  *    ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY
  25.  *    OR LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO
  26.  *    WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR STATUTORY)
  27.  *    WITH RESPECT TO THIS INFORMATION, AND EXPRESSLY
  28.  *    DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, 
  29.  *    FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT
  30.  *    OF THIRD PARTY RIGHTS.
  31.  */
  32.  
  33. /*
  34. *    iparserhooks.h
  35.  *
  36.  *    Version:    2.0
  37.  *    Author:    Ken Fromm
  38.  *    History:
  39.  *            03-07-91        Added this comment.
  40. */
  41.  
  42. extern void i_int();
  43. extern void i_real();
  44. extern void i_literal();
  45. extern void i_name();
  46. extern void i_array();
  47. extern void i_string();
  48. extern void i_f();
  49. extern void i_s();
  50. extern void i_clip();
  51. extern void i_T();
  52. extern void i_A();
  53. extern void i_W();
  54. extern void i_AW();
  55. extern void i_m();
  56. extern void i_lineto();
  57. extern void i_L();
  58. extern void i_r();
  59. extern void i_R();
  60. extern void i_l();
  61. extern void i_x();
  62. extern void i_y();
  63. extern void i_X();
  64. extern void i_Y();
  65. extern void i_c();
  66. extern void i_cp();
  67. extern void i_w();
  68. extern void i_g();
  69. extern void i_j();
  70. extern void i_d();
  71. extern void i_miter();
  72. extern void i_cap();
  73. extern void i_RGB();
  74. extern void i_F();
  75. extern void i_MF();
  76. extern void i_FF();
  77. extern void i_DF();
  78. extern void i_IMASK();
  79. extern void i_IMAGE();
  80. extern void i_BPAGE();
  81. extern void i_EPAGE();
  82. extern void i_REMAP();
  83. extern void i_RECODE();
  84.  
  85.